home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / textool / readme < prev    next >
Text File  |  1990-10-01  |  2KB  |  49 lines

  1. This is a TeX previewer for SunView. It works under V3.2 of Sun unix,
  2. and under V3.0 with KEYBOARDSCROLL undefined in defs.h. It has not been
  3. tested with any other versions or on any hardware other than my 3/160M.
  4.  
  5. The following files should be here:
  6.     README        what you are reading
  7.     Problems    various things that went wrong
  8.     Makefile    the obvious thing
  9.     defs.h        various #defines used everywhere
  10.     globals.h    global variable and structure definitions
  11.     commands.h    DVI format command defs
  12.     sunstuff.c    The SunView parts of it
  13.     dvistuff.c    The DVI file specific bits
  14.     pkstuff.c    Routines for pk format fonts
  15.     pxlstuff.c    Routines for pxl format fonts
  16.     textool.l    a man page
  17.     textool.icon The icon file
  18.  
  19. It has a fairly long history, see the note at the start of dvistuff.c
  20. and the authors bit of the man page. This version opens its own window,
  21. complete with scrollbars, menus etc. and does not use its parent window
  22. for anything except debugging output.
  23.  
  24. It can be compiled to use either pxl or pk format font files.
  25.  
  26. Note that it was edited with tabs set to 4 rather than 8 spaces.
  27.  
  28. Installation:
  29.  
  30. Check the Makefile for paths etc. and for which of pkstuff.o or pxlstuff.o
  31. you want included.
  32.  
  33. Check defs.h, mainly for font file paths and MAXOPEN.
  34.  
  35. Check the note in the Problems file about frame_default_done_proc() and
  36. edit your <suntool/frame.h> if necessary.
  37.  
  38. Make and then make install.
  39.  
  40. Please send comments, bugs etc. to:
  41.  
  42.     peter@memex.co.uk
  43.     peter@memex.uucp
  44.  
  45. Peter Ilieve
  46. Memex Information Engines Ltd.
  47. East Kilbride
  48. Scotland
  49.